[INFO] cloning repository https://github.com/pfeilbr/rust-playground
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pfeilbr/rust-playground" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpfeilbr%2Frust-playground", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpfeilbr%2Frust-playground'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 633482ff0bea2963b804d7d05813ac10758a18c7
[INFO] testing pfeilbr/rust-playground against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpfeilbr%2Frust-playground" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pfeilbr/rust-playground
[INFO] finished tweaking git repo https://github.com/pfeilbr/rust-playground
[INFO] tweaked toml for git repo https://github.com/pfeilbr/rust-playground written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pfeilbr/rust-playground on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pfeilbr/rust-playground already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded unsafe-libyaml v0.2.9
[INFO] [stderr]   Downloaded serde_yaml v0.9.25
[INFO] [stderr]   Downloaded itoa v1.0.1
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.87
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.37
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.87
[INFO] [stderr]   Downloaded unicode-ident v1.0.11
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.87
[INFO] [stderr]   Downloaded wasm-bindgen-backend v0.2.87
[INFO] [stderr]   Downloaded csv-core v0.1.10
[INFO] [stderr]   Downloaded once_cell v1.18.0
[INFO] [stderr]   Downloaded iana-time-zone v0.1.57
[INFO] [stderr]   Downloaded ryu v1.0.9
[INFO] [stderr]   Downloaded num-traits v0.2.16
[INFO] [stderr]   Downloaded serde v1.0.188
[INFO] [stderr]   Downloaded serde_derive v1.0.188
[INFO] [stderr]   Downloaded indexmap v2.0.0
[INFO] [stderr]   Downloaded openssl-sys v0.9.115
[INFO] [stderr]   Downloaded js-sys v0.3.64
[INFO] [stderr]   Downloaded memchr v2.6.3
[INFO] [stderr]   Downloaded bumpalo v3.13.0
[INFO] [stderr]   Downloaded hashbrown v0.14.0
[INFO] [stderr]   Downloaded serde_json v1.0.73
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.87
[INFO] [stderr]   Downloaded h2 v0.3.27
[INFO] [stderr]   Downloaded syn v2.0.31
[INFO] [stderr]   Downloaded chrono v0.4.29
[INFO] [stderr]   Downloaded openssl v0.10.79
[INFO] [stderr]   Downloaded web-sys v0.3.64
[INFO] [stderr]   Downloaded csv v1.2.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 26139b14720e1276fab2a6476dbe076c7bf930cc0a2d9ddc528171e720a0289a
[INFO] running `Command { std: "docker" "start" "-a" "26139b14720e1276fab2a6476dbe076c7bf930cc0a2d9ddc528171e720a0289a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "26139b14720e1276fab2a6476dbe076c7bf930cc0a2d9ddc528171e720a0289a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26139b14720e1276fab2a6476dbe076c7bf930cc0a2d9ddc528171e720a0289a", kill_on_drop: false }`
[INFO] [stdout] 26139b14720e1276fab2a6476dbe076c7bf930cc0a2d9ddc528171e720a0289a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 321cbec331f6f601ca1fd828d4cb1d5d05261d57341eba2ab3acf3636a060371
[INFO] running `Command { std: "docker" "start" "-a" "321cbec331f6f601ca1fd828d4cb1d5d05261d57341eba2ab3acf3636a060371", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling itoa v1.0.1
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling memchr v2.6.3
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling openssl v0.10.79
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling hashbrown v0.14.0
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling ryu v1.0.9
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling serde_json v1.0.73
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.9
[INFO] [stderr]    Compiling iana-time-zone v0.1.57
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling indexmap v2.0.0
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling syn v2.0.31
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling openssl-sys v0.9.115
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling serde_derive v1.0.188
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.29
[INFO] [stderr]    Compiling serde_yaml v0.9.25
[INFO] [stderr]    Compiling csv v1.2.2
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling rust-playground v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.60s
[INFO] running `Command { std: "docker" "inspect" "321cbec331f6f601ca1fd828d4cb1d5d05261d57341eba2ab3acf3636a060371", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "321cbec331f6f601ca1fd828d4cb1d5d05261d57341eba2ab3acf3636a060371", kill_on_drop: false }`
[INFO] [stdout] 321cbec331f6f601ca1fd828d4cb1d5d05261d57341eba2ab3acf3636a060371
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 711ce2ce083f97bbc81505ba76e2d585db3c450bb7b786e40d36deacc60d8d32
[INFO] running `Command { std: "docker" "start" "-a" "711ce2ce083f97bbc81505ba76e2d585db3c450bb7b786e40d36deacc60d8d32", kill_on_drop: false }`
[INFO] [stderr]    Compiling rust-playground v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.40s
[INFO] running `Command { std: "docker" "inspect" "711ce2ce083f97bbc81505ba76e2d585db3c450bb7b786e40d36deacc60d8d32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "711ce2ce083f97bbc81505ba76e2d585db3c450bb7b786e40d36deacc60d8d32", kill_on_drop: false }`
[INFO] [stdout] 711ce2ce083f97bbc81505ba76e2d585db3c450bb7b786e40d36deacc60d8d32
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2031d2c17e8458ec7b6d6d823863ecc4a9e00144a0efbe65310c25cf02b5af04
[INFO] running `Command { std: "docker" "start" "-a" "2031d2c17e8458ec7b6d6d823863ecc4a9e00144a0efbe65310c25cf02b5af04", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rust_playground-2127b3c1ceca98f4)
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test ignored_test ... ignored
[INFO] [stdout] test for_loop ... ok
[INFO] [stdout] test test_current_exe ... ok
[INFO] [stdout] test test_example ... ok
[INFO] [stdout] test test_hash_maps ... ok
[INFO] [stdout] test test_hello_format ... ok
[INFO] [stdout] test test_dir_listing_for_src_main ... ok
[INFO] [stdout] test test_mem_size ... ok
[INFO] [stdout] test test_json_serialization ... ok
[INFO] [stdout] test test_command_line_args ... ok
[INFO] [stdout] test test_checked ... ok
[INFO] [stdout] test test_create_and_read_sample_csv ... ok
[INFO] [stdout] test test_read_dir ... ok
[INFO] [stdout] test test_strings ... ok
[INFO] [stdout] test test_read_file ... ok
[INFO] [stdout] test test_variables ... ok
[INFO] [stdout] test test_child_process ... ok
[INFO] [stdout] test test_struct ... ok
[INFO] [stdout] test test_tuples ... ok
[INFO] [stdout] test test_traits ... ok
[INFO] [stdout] test test_format ... ok
[INFO] [stdout] test test_todo - should panic ... ok
[INFO] [stdout] test test_fetch_url_blocking ... FAILED
[INFO] [stdout] test test_fetch_url_async ... FAILED
[INFO] [stdout] test test_tcp_server_and_client has been running for over 60 seconds
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "2031d2c17e8458ec7b6d6d823863ecc4a9e00144a0efbe65310c25cf02b5af04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2031d2c17e8458ec7b6d6d823863ecc4a9e00144a0efbe65310c25cf02b5af04", kill_on_drop: false }`
[INFO] [stdout] 2031d2c17e8458ec7b6d6d823863ecc4a9e00144a0efbe65310c25cf02b5af04
